ASP.NET Pack Programmer's Guide
InternalUtils.PointAlongLength Method
See Also
 





Returns a point lying at the specified distance from the start point along the path specified via the collection of points.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static PointF PointAlongLength (
    float distance,
    IList<PointF> segments
)

Visual Basic  Copy Code

Public Shared Function PointAlongLength( _
    distance As Single, _
    segments As IList(Of PointF) _
) As PointF

 Parameters

distance

A float value specifying the desired distance.

segments

A list of points specifying the path.

 Return Value

A PointF structure specifying the point coordinates.

 See Also

InternalUtils Members
InternalUtils Class
MindFusion.Diagramming Namespace